home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / polkit-1 / actions / screenresolution-mechanism.policy < prev   
Extensible Markup Language  |  2009-10-14  |  1KB  |  28 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE policyconfig PUBLIC
  3.  "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
  4.  "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
  5. <policyconfig>
  6.    
  7.   <vendor>Screen Resolution Extra</vendor>
  8.   <vendor_url>https://launchpad.net/screen-resolution-extra</vendor_url>
  9.  
  10.   <action id="com.ubuntu.screenresolution.mechanism.configure">
  11.     <description>Change Screen Resolution Configuration</description>
  12.     <message>Changing the Screen Resolution configuration requires privileges.</message>
  13.     <defaults>
  14.       <allow_inactive>no</allow_inactive>
  15.       <allow_active>auth_admin_keep</allow_active>
  16.     </defaults>
  17.   </action>
  18.  
  19.   <action id="com.ubuntu.screenresolution.mechanism.dontzap">
  20.     <description>Change the effect of Ctrl+Alt+Backspace</description>
  21.     <message>Changing the effect of Ctrl+Alt+Backspace requires privileges.</message>
  22.     <defaults>
  23.       <allow_inactive>no</allow_inactive>
  24.       <allow_active>auth_admin_keep</allow_active>
  25.     </defaults>
  26.   </action>
  27.  
  28. </policyconfig>